FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReaderException Class / ReaderException Constructor / ReaderException Constructor(String,Object[])
The exception message formatting string.
The list of parameters supplied to the formatting string.

In This Topic
    ReaderException Constructor(String,Object[])
    In This Topic
    Initializes a new instance of the ReaderException class with a formatted error message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String, _
       ByVal ParamArray args() As Object _
    )
    public ReaderException( 
       string message,
       params object[] args
    )

    Parameters

    message
    The exception message formatting string.
    args
    The list of parameters supplied to the formatting string.
    See Also